2006-12-29 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkrecentmanager.h:
+ * gtk/gtkprintoperation.c: Fix doc typos. (#370909,
+ Shiino Yuki)
+
* gtk/gtkstyle.c (gtk_style_attach): Clarify docs. (#353423,
Christian Persch)
* GTK_DIALOG_DESTROY_WITH_PARENT,
* GTK_MESSAGE_ERROR,
* GTK_BUTTONS_CLOSE,
- * "Error printing file:\n%s",
+ * "Error printing file:\n%s",
* error->message);
* g_signal_connect (error_dialog, "response",
* G_CALLBACK (gtk_widget_destroy), NULL);
* @app_name: the name of the application that is registering this recently
* used resource;
* @app_exec: command line used to launch this resource; may contain the
- * "%f" and "%u" escape characters which will be expanded to the resource
- * file path and URI respectively when the command line is retrieved;
+ * "%f" and "%u" escape characters which will be expanded
+ * to the resource file path and URI respectively when the command line
+ * is retrieved;
* @groups: a vector of strings containing groups names;
* @is_private: whether this resource should be displayed only by the
* applications that have registered it or not.